vendor/golang.org/x/crypto/chacha20.Cipher.buf (field)
9 uses
	vendor/golang.org/x/crypto/chacha20 (current package)
		chacha_generic.go#L46: 	buf [bufSize]byte
		chacha_generic.go#L198: 		keyStream := s.buf[bufSize-s.len:]
		chacha_generic.go#L237: 		s.buf = [bufSize]byte{}
		chacha_generic.go#L239: 		buf := s.buf[bufSize-numBlocks*blockSize:]
		chacha_generic.go#L249: 		s.buf = [bufSize]byte{}
		chacha_generic.go#L250: 		copy(s.buf[:], src)
		chacha_generic.go#L251: 		s.xorKeyStreamBlocks(s.buf[:], s.buf[:])
		chacha_generic.go#L252: 		s.len = bufSize - copy(dst, s.buf[:])
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |